    /* 40px hauteur max par couleur */
#ScoreCrolls{
    position: absolute;
    top:200px;
    left:600px;
    width: 480px;
    height: 300px;
    background-color: rgb(26, 163, 72);
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 10px;
}

#jauge
{
    position: absolute;
    top:50px;
    left:90px;
    width: 50px;
    height: 200px;
    background-color: rgb(70, 70, 95);
}

#legende
{
    position: absolute;
    top:50px;
    left:190px;
    width: 250px;

}

#rouge
{
    /*position: absolute;*/
    /*top: 50px;*/
    height: 1px;
    left:0;
    width: 50px;   
    background-color: red;
    z-index: 2;
}

#vert
{
    height: 1px;
    left:0;
    width: 50px;  
    background-color: green;
}

#jaune
{
    height: 1px;
    left:0;
    width: 50px;
    background-color: rgb(222, 237, 9);
}

#bleu
{
    height: 1px;
    left:0;
    width: 50px;  
    background-color: rgb(32, 104, 228);
}

#noir
{
    height: 1px;
    left:0;
    width: 50px;  
    background-color: rgb(2, 15, 2);
}

#ori
{
    position: absolute;
    left:55px;
    top:-20px;
}

#maxi
{
    position: absolute;
    top:200px;
    left:-40px;
}

#echelle
{
    position: absolute;
    top:-30px;
    left:-60px;
}

#butt
{
    position: absolute;
    top:200px;
    left:0;
}

#closeF
{
    position: absolute;
    top:200px;
    right:0;
}